@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
	background-color: #666;
}
.twoColFixLtHdr #container {
	width: 950px;
	margin: 0 auto; /* Durch automatische Ränder (in Verbindung mit einer Breite) wird die Seite zentriert. */
	border: 1px solid #000000;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
	background-color: #FFF;
} 
.twoColFixLtHdr #header {
	padding: 0 0px 0 0px;  /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. Wenn im #header anstelle von Text ein Bild eingesetzt wird, sollten Sie die Auffüllung entfernen. */
	background-image: url(../_images/Banner%20x%205a.png);
	height: 215px;
	background-color: #666;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	font-size: 17.5px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* Da es sich hier um ein floatendes Element handelt, muss eine Breite angegeben werden. */
	width: 160px; /* Die tatsächliche Breite dieses div umfasst in standardgerechten Browsern bzw. im Standardmodus von Internet Explorer außer der Breite auch die Auffüllung und den Rahmen. */
	background: #EBEBEB; /* Die Hintergrundfarbe wird nur für die Länge des Spalteninhalts angezeigt. */
	padding: 15px 10px 15px 20px;
	margin-left: 0px;
	background-color: #CC9;
	margin-top: 0px;
	margin-bottom: 0px;
	border: medium none #000;
	height: 470px;
	font-size: 12px;
}
.Seitenname {
	font-size: 18px;
	color: #C00;
	font-weight: normal;
	text-align: left;
}

.twoColFixLtHdr #mainContent {
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
	width: 650px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	height: 450px;
	overflow: auto;
	float: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-left: 50px;
	z-index: 1;
} 
.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#DDDDDD;
	background-color: #97CA3D;
	width: 920px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
}
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}.überschrift1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: normal;
	font-variant: normal;
	color: #C00;
	text-decoration: none;
	height: auto;
	margin-bottom: 7px;
	text-align: left;
	z-index: 5;
}
.Headerhilfe {
	font-size: 19px;
	line-height: normal;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.textfettgr {
	font-size: 14px;
	line-height: 18px;
	color: #000;
	margin-top: 6px;
	margin-bottom: 0px;
	font-weight: bold;
	padding: 0px;
}

h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	color: #009;
	margin-top: 7px;
}
p {
	font-size: 19.5px;
	font-style: normal;
	line-height: normal;
	color: #000;
	margin-top: 7px;
	text-transform: none;
}
.text {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-weight: normal;
	text-align: justify;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.textfett {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: bolder;
	color: #000;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.textabstand {
	font-size: 12px;
	line-height: 18px;
	color: #000;
	margin-top: 2px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}


.Fusszeile {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #000;
}
.textcenter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
}
.textcenter_klein {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-align: center;
	color: #000;
}
.pdflink {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
.linkspdf {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	font-size: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.wichtig {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #8CC811;
	font-weight: bold;
}
.textklein {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.Textklein2 {
	font-size: 11px;
	line-height: 15px;
}
.textmitte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	margin: 0px;
}
.linksblau {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #00F;
	text-decoration: underline;
}
.News {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #F60;
}
.News_wichtig {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #C00;
	font-style: normal;
	font-weight: bold;
	line-height: normal;
	word-spacing: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.News_klein {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	line-height: normal;
}
.News_sehr_klein {
	font-family: "Courier New", Courier, monospace;
	font-size: 10px;
	text-align: left;
}
.grösse10 {
	font-size: 10px;
}
.Tabelle_hintergrund {
	background-color: #E0F4B3;
}
.Aktion {
	color: #690;
	text-decoration: blink;
	background-color: #FC0;
	font-size: 24px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Comic Sans MS", cursive;
	height: 1.5cm;
	width: 3cm;
}
.news_wichtig_gr {
	font-size: 18px;
	color: #F00;
}
.tabelle_oel {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	border-collapse: collapse;
}
.tabelle_oel th {
	text-transform: capitalize;
	color: #000;
	font-size: 12px;
	height: 20px;
}
.odd {
	background-color: #CEF9A4;
}
.even {
}

.tabelle_oel td {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.blau {
	color: #00006C;
	font-size: 16px;
}
